projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a92ec9f
)
Don't require cl.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 4 Jun 2002 23:31:42 +0000
(23:31 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 4 Jun 2002 23:31:42 +0000
(23:31 +0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index c5fe36e76b13c4caf6b311ab648639937b1c619a..6ae43f637703d4485507c1bd11ee180143c60e8b 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-32,8
+32,7
@@
(eval-when-compile
(autoload 'widget-convert "wid-edit")
- (autoload 'shell-mode "shell")
- (require 'cl))
+ (autoload 'shell-mode "shell"))
(defgroup killing nil